SOS_NAMED

Section: SOS CLASS LIBRARY (3S)
Updated: 13/9/91
Index Return to Main Contents
man2html: unable to open or read file /usr/lib/ms/ms.acc
 

NAME

sos_Named - predefined class sos_Named  

SYNOPSIS

#include "<SOS>/include/knl_sos.h"

class sos_Named
{
   abstract sos_String   get_name ();
   abstract void         set_name (sos_String);
}
 

DESCRIPTION

The class sos_Named is the root class for all named objects in SOS. The methods to set and get a name must be redefined in all subclasses. For this purpose it may often be appropriate to do this by declaring a component named name of type sos_String.

[set/get]_name (...)
name of the object.
 

FILES

<SOS>/src/knl/knl.sos
SOS schema file

<SOS>/src/knl/knl_sos.h
complete schema interface

<SOS>/src/knl/knl_use.h
restricted schema interface

<SOS>/src/knl/knl_ext.h
definition of external types (automatically included by knl_use.h)

<SOS>/src/knl/knl.c
sos_Named implementation

<SOS>/lib/sos.a
SOS library
 

SEE_ALSO

sos_Object(3)  

AUTHOR

Bernhard Schiefer, Dietmar Theobald


 

Index

NAME
SYNOPSIS
DESCRIPTION
FILES
SEE_ALSO
AUTHOR

This document was created by man2html, using the manual pages.
Time: 00:37:57 GMT, March 30, 2022